From: Jan Djärv Date: Fri, 14 Sep 2007 06:18:48 +0000 (+0000) Subject: (enum): Remove trailing comma. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1493 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a8316a7ceccd42ee9eaca7bc2d51b7f9de5e4b98;p=emacs.git (enum): Remove trailing comma. --- diff --git a/src/frame.h b/src/frame.h index 1a827e786ea..0db7b433a32 100644 --- a/src/frame.h +++ b/src/frame.h @@ -1036,7 +1036,7 @@ enum FULLSCREEN_WIDTH = 1, FULLSCREEN_HEIGHT = 2, FULLSCREEN_BOTH = 3, - FULLSCREEN_WAIT = 4, + FULLSCREEN_WAIT = 4 };